home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / graphic / iterat31.zip / QUOTIENT.FRM < prev    next >
Text File  |  1993-11-13  |  226b  |  23 lines

  1. ;Iterate! formula file
  2. ;by Brent Hugh
  3.  
  4. ;default parameters
  5. a=.1 
  6. b=.1 
  7. c=0
  8. d=0
  9. mu=0
  10.  
  11. ;default window size
  12. xmin=-10
  13. xmax=10
  14. ymin=-10
  15. ymax=10
  16.  
  17. ;the function itself
  18. x= x + a * x / y
  19. y= y + b * y / x  
  20.  
  21.  
  22.  
  23.